Class RibbonPanelMinimizeButtonAccessibility
Provides information about the Minimize button in Accessibility
Inheritance
System.Object
RibbonPanelMinimizeButtonAccessibility
Namespace: Syncfusion.Windows.Forms.Tools.Accessibility
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RibbonPanelMinimizeButtonAccessibility : AccessibleObject
Constructors
RibbonPanelMinimizeButtonAccessibility(RibbonPanel)
Initializes a new instance of RibbonPanelMinimizeButtonAccessibility class
Declaration
public RibbonPanelMinimizeButtonAccessibility(RibbonPanel panel)
Parameters
Type | Name | Description |
---|---|---|
RibbonPanel | panel | RibbonPanel Instance |
Properties
Bounds
Gets the bounds of minimize button
Declaration
public override Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
DefaultAction
Gets the default action
Declaration
public override string DefaultAction { get; }
Property Value
Type |
---|
System.String |
Description
Gets the description of button
Declaration
public override string Description { get; }
Property Value
Type |
---|
System.String |
Help
Gets the help
Declaration
public override string Help { get; }
Property Value
Type |
---|
System.String |
Name
Gets the name of the Button
Declaration
public override string Name { get; }
Property Value
Type |
---|
System.String |
Role
Gets the Role of the button
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |