Class ToolStripExLauncherAccessibility
Provides information about the Launcher button when accessibility is opened
Inheritance
System.Object
ToolStripExLauncherAccessibility
Namespace: Syncfusion.Windows.Forms.Tools.Accessibility
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ToolStripExLauncherAccessibility : AccessibleObject
Constructors
ToolStripExLauncherAccessibility(ToolStripEx)
Initializes a new instance of the ToolStripExLauncherAccessibility class.
Declaration
public ToolStripExLauncherAccessibility(ToolStripEx toolStrip)
Parameters
Type | Name | Description |
---|---|---|
ToolStripEx | toolStrip | ToolStripEx instance |
Properties
Bounds
Gets the bounds of launcher
Declaration
public override Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
DefaultAction
Gets the default action of launcher
Declaration
public override string DefaultAction { get; }
Property Value
Type |
---|
System.String |
Description
Gets the description of launcher
Declaration
public override string Description { get; }
Property Value
Type |
---|
System.String |
Name
Gets the name of launcher
Declaration
public override string Name { get; }
Property Value
Type |
---|
System.String |
Role
Gets the role of launcher
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |
State
Gets the state of launcher
Declaration
public override AccessibleStates State { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleStates |
Methods
DoDefaultAction()
Performs the default action of launcher
Declaration
public override void DoDefaultAction()