Class OTZTitlebarPanel
OTZ タイトルバーのパネルコントロールの機能を提供します。
Implements
Inherited Members
名前空間: OTZControls.Forms
アセンブリ: OTZControls.dll
Syntax
public class OTZTitlebarPanel : OTZPanel, IOTZControl
コンストラクタ
OTZTitlebarPanel()
コンストラクタ
宣言
public OTZTitlebarPanel()
プロパティ
IsActive
アクティブかどうかを取得または設定します。
宣言
[Browsable(false)]
public bool IsActive { get; set; }
プロパティ値
型 | 説明 |
---|---|
System.Boolean |
メソッド
GetScaledBounds(Rectangle, SizeF, BoundsSpecified)
コントロールがスケーリングされる範囲を取得します。
宣言
protected override Rectangle GetScaledBounds(Rectangle bounds, SizeF factor, BoundsSpecified specified)
パラメーター
型 | 名前 | 説明 |
---|---|---|
Rectangle | bounds | |
SizeF | factor | |
BoundsSpecified | specified |
戻り値
型 | 説明 |
---|---|
Rectangle |
OnPaint(PaintEventArgs)
Paint イベントを発生させます。
宣言
protected override void OnPaint(PaintEventArgs e)
パラメーター
型 | 名前 | 説明 |
---|---|---|
PaintEventArgs | e |