バージョン

CurrentState プロパティ (UltraFormattedTextEditor)

コントロールの現在の状態を示すビットフラグを返します。
シンタックス
'宣言
 
Public ReadOnly Property CurrentState As Infragistics.Win.FormattedLinkLabel.FormattedLinkEditorState
public Infragistics.Win.FormattedLinkLabel.FormattedLinkEditorState CurrentState {get;}
解説
CurrentState プロパティは主に KeyActionMappings プロパティおよび UltraFormattedTextEditorBase.PerformAction メソッドと共に使用され、ユーザー インタラクションによるコントロールの状態についての情報を返します。CurrentState プロパティの設定は、コントロール内のどのオブジェクトにフォーカスがあるか、ユーザーがコントロールを編集モードにしたかどうかを示すほか、コンボボックスのドロップダウン状態や行の展開状態などの情報も示します。
参照