2021 Members
Changes 4
M

PushButtonData

Name Return Type Description Inherited From
M Equals None (Inherited from Object .) Object .
M GetContextualHelp() nullNothingnullptr Gets the contextual help bound with this control. (Inherited from RibbonItemData .) RibbonItemData
M GetHashCode None (Inherited from Object .) Object .
M GetType None (Inherited from Object .) Object .
M SetContextualHelp(ContextualHelp) None Sets the contextual help bound with this button data. (Inherited from RibbonItemData .) RibbonItemData
M ToString None (Inherited from Object .) Object .
Name Return Type Description Inherited From
P AssemblyName string The assembly path of the button.
P AvailabilityClassName string The full class name for the class providing the entry point to decide availability of this push button.
P ClassName string The name of the class containing the implementation for the command.
P Image ImageSource The image of the button. (Inherited from ButtonData .) ButtonData
P LargeImage ImageSource The large image of the button. (Inherited from ButtonData .) ButtonData
P LongDescription string Long description of the command tooltip (Inherited from RibbonItemData .) RibbonItemData
P Name string The name of the item. (Inherited from RibbonItemData .) RibbonItemData
P Text string The user-visible text of the button. (Inherited from ButtonData .) ButtonData
P ToolTip string The description that appears as a ToolTip for the item. (Inherited from RibbonItemData .) RibbonItemData
P ToolTipImage ImageSource The image to show as a part of the button extended tooltip (Inherited from RibbonItemData .) RibbonItemData