FlexPivot for WinForms
Handled プロパティ (OwnerDrawCellEventArgs)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > OwnerDrawCellEventArgs クラス : Handled プロパティ
Gets or sets whether the event has finished drawing the cell.
シンタックス
'宣言
 
Public Property Handled As System.Boolean
public System.bool Handled {get; set;}
解説

If this parameter is set to true, the grid assumes the call has been painted by the event handler. If it is set to false, the grid will paint the cell when the event returns.

Note that calling the DrawCell method automatically sets this parameter to true.

参照

OwnerDrawCellEventArgs クラス
OwnerDrawCellEventArgs メンバ