PowerTools PlusPak for Windows Forms 8.0J
TabStop プロパティ (GcRadioButton)

ユーザーが[TAB]キーでこのコントロールにフォーカスを移すことができるかどうかを取得または設定します。
構文
Public Shadows Property TabStop As Boolean
public new bool TabStop {get; set;}

プロパティ値

ユーザーが[Tab]キーを使用してこのコントロールにフォーカスを移動できる場合は true。それ以外の場合は false。デフォルト値は true です。このプロパティは、System.Windows.Forms.Form クラスのインスタンスに対しては常に true を返します。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcRadioButton クラス
GcRadioButton メンバ

Send Feedback