ArcFM Desktop Developer Guide
TextBoxCommand Class Properties


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

For a list of all members of this type, see TextBoxCommand members.

Public Properties
 NameDescription
Public PropertyBoundsReturns the location and size of the command in screen coordinates. (Inherited from Miner.Windows.Commands.Command)
Public PropertyCaptionReturns/sets the caption to be displayed for this Command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyCategoryReturns/sets the Category to which this Command belongs. (Inherited from Miner.Windows.Commands.Command)
Public PropertyCharacterCasingReturns/sets whether the command modifies the case of characters as they are typed.  
Public PropertyCustomizerCaptionReturns/sets a string of text that appears in the run-time Customizer dialog's Commands list. (Inherited from Miner.Windows.Commands.Command)
Public PropertyCustomizerDescriptionReturns/sets a string of text that is a detailed description of this command in the customizer. (Inherited from Miner.Windows.Commands.Command)
Public PropertyDefaultSizeReturns the default size of this command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyDescriptionReturns/sets the description (displayed in status bar) for this Command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyDisplayStyleReturns/sets the display style (DisplayStyle) for this Command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyEditAppearanceReturns/sets the appearance for the text box.  
Public PropertyEnabledReturns/sets whether the Command is enabled. (Inherited from Miner.Windows.Commands.Command)
Public PropertyFontBoldReturns/sets the font bold property of the root or instance tool. (Inherited from Miner.Windows.Commands.Command)
Public PropertyHasEditAppearanceIndicates whether a separate Appearance object has been created.  
Public PropertyHeightReturns the height of this command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyImageReturns/sets the image or image index (into the CommandManager's ImageListSmall bitmap strip) for this Command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyImageLargeReturns/sets the large image or image index (into the CommandManager's ImageListLarge bitmap strip) for this Command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyIndexReturns the index of this command in the command manager's Commands collection. (Inherited from Miner.Windows.Commands.Command)
Public PropertyIsActiveToolReturns/sets whether this command is the active command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyIsControlContainerReturns whether this command is a container command that can contain other controls. (Inherited from Miner.Windows.Commands.Command)
Public PropertyIsFirstInGroupReturns/sets whether a separator bar is displayed preceeding this Command. The Command must be an "instance" Command (i.e., a command that appears on a menu or toolbar). (Inherited from Miner.Windows.Commands.Command)
Public PropertyIsInEditModeReturns/sets whether the text is being edited.  
Public PropertyIsRootToolReturns whether this command is a command in the command manager's Commands collection. (Inherited from Miner.Windows.Commands.Command)
Public PropertyKeyReturns the unique string identifier for this Command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyLockedReturns/sets whether the text can be edited.  
Public PropertyMaxLengthReturns/sets the maximum length for the text.  
Public PropertyMinimumSizeReturns the minimum possible size of the tool.  
Public PropertyPasswordCharReturns/sets a value indicating how the characters typed by a user are displayed.  
Public PropertyPersistReturns/sets whether this command is to be persisted when the application closes (to prevent MDI window commands from being persisted). (Inherited from Miner.Windows.Commands.Command)
Public PropertyPriorityReturns/sets a value that determines which tools are shown on a toolbar when there is not enough room (lower priority commands are hidden first). (Inherited from Miner.Windows.Commands.Command)
Public PropertyRecentlyUsedReturns/sets whether the Command is a recently-used Command. The Command must be an "instance" Command (i.e., a command that appears on a menu or toolbar). (Inherited from Miner.Windows.Commands.Command)
Public PropertySelectedTextReturns/sets a value indicating the currently selected text.  
Public PropertySelectionLengthReturns/sets the number of text characters currently selected.  
Public PropertySelectionStartReturns/sets the starting position of the text selection.  
Public PropertyShortcutReturns/sets the keyboard shortcut (accelerator key) for this Command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyShowInCustomizerReturns/sets whether the Command can be shown in the customizer dialog. (Inherited from Miner.Windows.Commands.Command)
Public PropertyTextReturns/sets the text displayed in the textbox.  
Public PropertyTooltipReturns/sets the tooltip to be displayed for this Command. (Inherited from Miner.Windows.Commands.Command)
Public PropertyVerticalDisplayStyleReturns/sets the display style when docked vertically.  
Public PropertyVisibleReturns/sets whether the Command is visible. (Inherited from Miner.Windows.Commands.Command)
Public PropertyVisibleInstanceReturns whether any CommandBar instance of this tool is currently visible. (Inherited from Miner.Windows.Commands.Command)
Public PropertyWidthReturns/sets the width of the Command depending on whether it is a root Command or an "instance" (PopupMenuCommand or CommandBar item) Command. (Inherited from Miner.Windows.Commands.Command)
Top
See Also

Reference

TextBoxCommand Class
Miner.Windows.Commands Namespace

 

 


Send Comment