CommandBarEdit Object Members
See Also

CommandBarEdit Object Members
Public Methods
| Method | Description |
|---|---|
Clone |
Creates a clone of the control and returns it as a new object. |
Copy |
Copies the control to a specified menu bar or toolbar in the indicated position. |
Delete |
Deletes the control. |
Execute |
Executes the control. |
GetRect |
Returns the top, left, right, and bottom coordinates of the button. |
Reset |
Resets the icon, caption, and style of the control. |
SetFocus |
Sets the focus to a control. |
SetIconSize |
Sets the icon size of the control. |
Public Properties
| Property | Description |
|---|---|
Action |
Gets/Sets the action associated with this control. |
BeginGroup |
Gets/Sets a boolean value indicating whether a control is a separator and thus begins a new group. |
BuddyButtonId |
Gets/Sets the id of the button to use as a buddy for the edit control. |
Caption |
Gets/Sets the caption of the control. |
Category |
Gets/Sets the category of the control. |
Checked |
Gets/Sets a boolean value indicating whether the control is checked. |
CloseSubMenuOnClick |
Gets/Sets whether the popup menu will close as soon as the user makes a mouse click on the menu. |
Controls |
Gets the collection of controls that are the siblings of this control. |
CustomShortcutText |
Gets/Sets the shortcut text of the control. (Obsolete) |
DefaultItem |
Retrieves whether or not the control is the default menu item. |
DescriptionText |
Gets/Sets the description text of the control. |
EditHandle |
EditHandle property stores a reference to the HANDLE (hWnd) of the edit control. |
EditHint |
Gets/Sets the grayed-out text displayed in the edit control that displays a helpful description of what the control is used for. |
EditIconId |
Id of the icon to be displayed in the edit control. |
EditStyle |
Specifies or retrieves the style of the edit box control. |
Enabled |
Gets/Sets a boolean value indicating whether the control is enabled. |
ExecuteOnPressInterval |
Specifies the number of milliseconds between calls to the Execute event while the mouse is pressed on the control. |
Flags |
Retrieves the special flags for the control. |
HasFocus |
HasFocus property specifies whether the Edit control currently has focus. |
Height |
Gets/Sets the height of the control. |
HideFlags |
Retrieves the HideFlags of the control. |
IconId |
Gets/Sets the control icon's identifier. |
Id |
Gets/Sets the numeric identifier of the control. |
Index |
Gets the index of the control. |
KeyboardTip |
Specifies the KeyboardTip that will be displayed when the Alt key is pressed and ShowKeyboardTips is true. |
Left |
Returns the distance between the left edge of the control and the left edge of its container. |
NumericOnly |
Gets/Sets a boolean value indicating whether only numeric input is allowed. |
Parameter |
Gets/Sets the parameter of the control. This is the equivalent to the "Tag" property. You can store any extra data needed for your program. |
Parent |
Gets the parent CommandBar of the control. |
ReadOnly |
ReadOnly property specifies whether the Edit Control is ReadOnly. |
RibbonGroup |
Gets/Sets the RibbonGroup object the control belongs to. |
ShellAutoComplete |
Enables or disables the system's shell auto completion functionality. |
ShortcutText |
Gets/Sets the shortcut text of the control. (Obsolete) |
ShowLabel |
Gets/Sets whether the label of the edit control is to be shown. |
ShowSpinButtons |
Specifies whether to use spin buttons instead of a drop-down button to display/change the value in the edit control. |
Style |
Gets/Sets the style of the control. |
Text |
Gets the currently selected item's text. |
TextLimit |
Specifies the number of characters that can be entered into the edit box. |
TooltipText |
Gets/Sets the tooltip text for the control. |
Top |
Returns the distance between the top edge of the control and the top edge of its container. |
Type |
Gets the type of the control. |
Visible |
Gets/Sets a boolean value indicating whether the control is visible. |
Width |
Gets/Sets the width of the control. |
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.

