ControlBuilder.FIsNonParserAccessor プロパティ
定義
コントロールが IParserAccessor インターフェイスを実装するかどうかを決定する値を取得します。Gets a value that determines whether the control implements the IParserAccessor interface.
protected:
property bool FIsNonParserAccessor { bool get(); };
protected bool FIsNonParserAccessor { get; }
member this.FIsNonParserAccessor : bool
Protected ReadOnly Property FIsNonParserAccessor As Boolean
プロパティ値
コントロールに IParserAccessor インターフェイスを実装する場合は false
。それ以外の場合は true
。false
if the control implements the IParserAccessor interface, otherwise true
.