Class OTZControlUtils
Inheritance
System.Object
OTZControlUtils
アセンブリ: OTZControls.dll
Syntax
public class OTZControlUtils
コンストラクタ
OTZControlUtils()
宣言
メソッド
AddExStyle(IntPtr, Int32)
宣言
public static bool AddExStyle(IntPtr handle, int exStyle)
パラメーター
型 |
名前 |
説明 |
System.IntPtr |
handle |
|
System.Int32 |
exStyle |
|
戻り値
宣言
public static string[] CollectionToArray(ComboBox.ObjectCollection collection)
パラメーター
型 |
名前 |
説明 |
System.Windows.Forms.ComboBox.ObjectCollection |
collection |
コレクション。
|
戻り値
GetControlDefaultFontForDpi(Int32)
宣言
public static Font GetControlDefaultFontForDpi(int dpi)
パラメーター
型 |
名前 |
説明 |
System.Int32 |
dpi |
DPI
|
戻り値
宣言
public static OTZForm GetParentForm(Control control)
パラメーター
型 |
名前 |
説明 |
System.Windows.Forms.Control |
control |
|
戻り値
宣言
public static ToolStrip GetToolStrip(ToolStripItem item)
パラメーター
型 |
名前 |
説明 |
System.Windows.Forms.ToolStripItem |
item |
|
戻り値
型 |
説明 |
System.Windows.Forms.ToolStrip |
|
RemoveExStyle(IntPtr, Int32)
宣言
public static bool RemoveExStyle(IntPtr handle, int exStyle)
パラメーター
型 |
名前 |
説明 |
System.IntPtr |
handle |
|
System.Int32 |
exStyle |
|
戻り値
SetOpacity(IntPtr, Byte)
宣言
public static bool SetOpacity(IntPtr handle, byte alpha)
パラメーター
型 |
名前 |
説明 |
System.IntPtr |
handle |
不透明にするウィンドウハンドル。
|
System.Byte |
alpha |
アルファ値。
|
戻り値