Click or drag to resize

CharacterBar Methods

The CharacterBar type exposes the following members.

Methods
  NameDescription
Public methodAttach
Use this method to attach the control to an existing document object.
Public methodDetach
Use this method to detach the control from an existing document.
Public methodExecuteCommand(Int32)
Executes control specific command if enabled programatically.
Public methodExecuteCommand(CHARACTERBARCOMMAND)
To force executing a CharacterBar command.
Public methodGetBarSize
To query how much horizontal and vertical space the CharacterBar requires.
Public methodGetCommandState(Int32, Boolean, Boolean)
Returns control specific command state as enabled or checked.
Public methodGetCommandState(CHARACTERBARCOMMAND, Boolean, Boolean)
To request information about a CharacterBar command.
Public methodGetMenu
Returns a full menu about its own commands.
Public methodGetMenuString
Returns control specific menu string to be displayed in a menu.
Public methodGetMessageString
Returns a detailed control specific menu string to be displayed in a menu.
Public methodInt_Attach
To attach the control to an existing IPRO object.
Public methodInt_Detach
To detach the control from an existing IPRO object.
Public methodLineHeight
To fill the available area with the characterbar map based on CHARACTERBARALIGNMENT/>.
Public methodRefreshCharacters
To refresh the character list.
Public methodSetCommandHelpID
Pairs a help ID to each command.
Public methodSetHelpID
If set, and F1 is pressed, returns a SetHelp ID from OnSetHelp
Public methodSetUILang
Sets UI language from LANGUAGES enumeration of IPRO.
Top
See Also