Skip to content

BackstageButton Control Members

See Also

BackstageButton Overview

See Also


BackstageButton Control Members

Public Methods

Method Description
Public MethodAboutBox Displays the About Box for the control.
Public MethodVectorImageHeight
Public MethodVectorImageWidth

Public Properties

Property Description
Public PropertyAppearance Get or sets the appearance of the button.
Public PropertyBackColor Gets/sets the background color of the button.
Public PropertyBorderGap Gets/sets the gap between the outside edge of the button and the contents of the button.
Public PropertyCaption Gets/sets the caption of the button.
Public PropertyChecked Specifies whether the button is "checked".
Public PropertyControlToolTip Specifies the tooltip text displayed when the mouse is hovered over the button.
Public PropertyDefault Specifies whether the button is the default button in the backstage view.
Public PropertyEnabled Specifies whether the button is enabled or disabled.
Public PropertyEnableMarkup Allows the use of a XAML snippet to be used for the button.
Public PropertyFlatStyle Gets/sets the "flat" appearance of the button.
Public PropertyFont Gets/sets the font that will be used to display the text for the control.
Public PropertyForeColor Gets or sets the foreground color used to display text in the control.
Public PropertyhWnd Gets the window handle that the control is bound to.
Public PropertyIcon Gets or sets a graphic to be displayed in a push button.
Public PropertyImageAlignment Gets or sets the alignment of the image on the button control.
Public PropertyImageGap Gets or sets the gap between the button's text and the image.
Public PropertyMarkupContext Connects events in XML Markup with actual methods, functions, and events in your code.
Public PropertyMultiLine Gets or sets whether to allow the text Caption to appear on multiple lines.
Public PropertyOLEDropMode Returns or sets how a target component handles drop operations.
Public PropertyReCreateReparented
Public PropertyRightToLeft Gets or sets a value indicating whether the control elements are aligned to support locales using right-to-left fonts.
Public PropertyShowShadow Specifies whether a shadow is displayed under the button.
Public PropertyStyle Gets or sets the style of the button.
Public PropertyTabStyle Specifies whether the button is used to display a "tab" that is used when a selected button shows contents in the backstage optional control pane. This is also referred to as "Second Tier Tabs".
Public PropertyTextAlignment Gets or sets the alignment of the text on the control.
Public PropertyTextImageRelation Gets or sets the text and image relation in the button.
Public PropertyToolTipContext Represents the tool tip window that is used to display tool tips for the button.
Public PropertyValue Returns or sets a value indicating whether the button is chosen.

Events

Event Description
Public EventClick Occurs when the user presses and then releases a mouse button over the control. It can also occur when the value of a control is changed, for example, when the space bar is pressed on a focused check box.
Public EventDropDown Occurs when the button is clicked and the button style is set to xtpButtonDropDown, xtpButtonDropDownRight, or xtpButtonSplitDropDown.
Public EventKeyDown Occurs when the user presses a key while a control has the focus. (To determine ANSI characters, use the KeyPress event.)
Public EventKeyPress Occurs when the user presses and releases an ANSI key.
Public EventKeyUp Occurs when the user releases a key while a control has the focus. (To determine ANSI characters, use the KeyPress event.)
Public EventMouseDown Occurs when the user presses a mouse button.
Public EventMouseMove Occurs when the user moves the mouse.
Public EventMouseUp Occurs when the user releases a mouse button.
Public EventOLEDragDrop Occurs when a source component is dropped onto a target component when the source component determines that a drop can occur.
Public EventOLEDragOver Occurs when one component is dragged over another.
Public EventReCreated

See Also

BackstageButton Overview


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.