ToolStrip.ToolStripAccessibleObject クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
障疵のあるユーザーの ToolStrip のユーザー インターフェイスを調整するためにアクセシビリティ アプリケーションが使用する情報を提供します。
public: ref class ToolStrip::ToolStripAccessibleObject : System::Windows::Forms::Control::ControlAccessibleObject
[System.Runtime.InteropServices.ComVisible(true)]
public class ToolStrip.ToolStripAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
public class ToolStrip.ToolStripAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
[<System.Runtime.InteropServices.ComVisible(true)>]
type ToolStrip.ToolStripAccessibleObject = class
inherit Control.ControlAccessibleObject
type ToolStrip.ToolStripAccessibleObject = class
inherit Control.ControlAccessibleObject
Public Class ToolStrip.ToolStripAccessibleObject
Inherits Control.ControlAccessibleObject
- 継承
-
ToolStrip.ToolStripAccessibleObject
- 派生
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| ToolStrip.ToolStripAccessibleObject(ToolStrip) |
ToolStrip.ToolStripAccessibleObject クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Bounds |
アクセス可能なオブジェクトの場所とサイズを取得します。 (継承元 AccessibleObject) |
| DefaultAction |
オブジェクトの既定のアクションを記述する文字列を取得します。 すべてのオブジェクトに既定のアクションがあるわけではありません。 (継承元 Control.ControlAccessibleObject) |
| Description |
Control.ControlAccessibleObjectの説明を取得します。 (継承元 Control.ControlAccessibleObject) |
| Handle |
アクセス可能なオブジェクトのハンドルを取得または設定します。 (継承元 Control.ControlAccessibleObject) |
| Help |
オブジェクトの動作またはオブジェクトの使用方法の説明を取得します。 (継承元 Control.ControlAccessibleObject) |
| KeyboardShortcut |
アクセス可能なオブジェクトのオブジェクト ショートカット キーまたはアクセス キーを取得します。 (継承元 Control.ControlAccessibleObject) |
| Name |
アクセス可能なオブジェクト名を取得または設定します。 (継承元 Control.ControlAccessibleObject) |
| Owner |
アクセス可能なオブジェクトの所有者を取得します。 (継承元 Control.ControlAccessibleObject) |
| Parent |
アクセス可能なオブジェクトの親を取得します。 (継承元 Control.ControlAccessibleObject) |
| Role |
このアクセス可能なオブジェクトのロールを取得します。 |
| State |
このアクセス可能なオブジェクトの状態を取得します。 (継承元 AccessibleObject) |
| Value |
アクセス可能なオブジェクトの値を取得または設定します。 (継承元 AccessibleObject) |