The SalQuickToolTipOptionButton type exposes the following members.

Constructors

  NameDescription
Public methodSalQuickToolTipOptionButton
Default Constructor.

Methods

  NameDescription
Public methodAddTool
Multiple Inheritance: Wrapper function.
Public methodBringWindowToTop
Brings a window to the top of all overlapping windows.
(Inherited from SalOptionButton.)
Public methodCenterWindow
Centers a window. If the window is a top-level window, it centers it on the desktop. If the window is a child window, it centers it on top of its parent.
(Inherited from SalOptionButton.)
Public methodClear
Clears the value from a data field, multiline field, or table window column.
(Inherited from SalOptionButton.)
Public methodClearCursor
Clears a window's cursor.
(Inherited from SalOptionButton.)
Public methodClearImage
Deletes the contents of a picture.
(Inherited from SalOptionButton.)
Public methodDeleteTool()()()()
Multiple Inheritance: Wrapper function.
Public methodDeleteTool(SalWindowHandle)
Multiple Inheritance: Wrapper function.
Public methodDestroyWindow
Destroys a form window, a top-level table window, or a modeless dialog box created with SalCreateWindow.
(Inherited from SalOptionButton.)
Public methodDisableWindow
Disables keyboard and mouse input to a window. If the window contains text (for example, a push button), the text is grayed. If the window is a data field, it cannot receive the focus.
(Inherited from SalOptionButton.)
Public methodDisableWindowAndLabel
Disables keyboard and mouse input to a window and grays out its associated label. A label is the label control that immediately precedes the window in the outline. The label control must have a mnemonic. If the window contains text (for example, a push button), the text is grayed. If the window is a data field, it cannot receive the focus.
(Inherited from SalOptionButton.)
Public methodEnableWindow
Enables keyboard and mouse input to a window.
(Inherited from SalOptionButton.)
Public methodEnableWindowAndLabel
Enables keyboard and mouse input to a window and enables its associated label as well. A label is the label control that immediately precedes the window in the outline.
(Inherited from SalOptionButton.)
Public methodFindChild
This function finds a child window of a given name in the specified window.
(Inherited from SalOptionButton.)
Public methodFormUnitsToPixels
Computes the number of pixels in the number of form units. Form units are a unit of measurement used by functions which move and position objects. Form units are computed using physical units (pixels) in conjunction with the window's font size.
(Inherited from SalOptionButton.)
Public methodGetClassName
Return the name of a window's class as a string.
(Inherited from SalOptionButton.)
Public methodGetControlType
Returns an object's type.
(Inherited from SalOptionButton.)
Public methodGetDataType
Returns a data field's or table window column's data type.
(Inherited from SalOptionButton.)
Public methodGetFirstChild
Returns the handle of the first child window of the specified type. You can use this function to get the handles of MDI child windows.
(Inherited from SalOptionButton.)
Public methodGetFont
Gets a window's font name, size, and enhancements.
(Inherited from SalOptionButton.)
Public methodGetImageBytes
Copies the contents of a picture to a string.
(Inherited from SalOptionButton.)
Public methodGetImageDescription(SalNumber)
Retrieves a description of a picture's contents.
(Inherited from SalOptionButton.)
Public methodGetImageDescription(SalString%, SalNumber)
Retrieves a description of a picture's contents.
(Inherited from SalOptionButton.)
Public methodGetImageString(SalNumber)
Return the contents of a picture into a string.
(Inherited from SalOptionButton.)
Public methodGetImageString(SalNumber, SalString%)
Copies the contents of a picture to a string.
(Inherited from SalOptionButton.)
Public methodGetLabel
Retrieves the window handle of the label (label control) that is associated with the hWndTarget parameter. There must be a mnemonic in that label, and it must immediately precede hWndTarget in the outline, or this function will fail.
(Inherited from SalOptionButton.)
Public methodGetLabelText(SalNumber)
Retrieves the text of the label associated to a control. Important: The label control does not require a mnemonic for the functions listed above to operate.
(Inherited from SalOptionButton.)
Public methodGetLabelText(SalString%, SalNumber)
Retrieves the text of the label associated to a control. Important: The label control does not require a mnemonic for the functions listed above to operate.
(Inherited from SalOptionButton.)
Public methodGetLocation
Returns a window's current position on the X and Y axes.
(Inherited from SalOptionButton.)
Public methodGetName()()()()
Gets the name of an object.
(Inherited from SalOptionButton.)
Public methodGetName(SalString%)
Gets the name of an object.
(Inherited from SalOptionButton.)
Public methodGetNextChild
Returns the handle of the next child window that matches a specified type.
(Inherited from SalOptionButton.)
Public methodGetParent
Returns the handle of an object's parent window.
(Inherited from SalOptionButton.)
Public methodGetProperty(SalString)
Gets the value of a named property.
(Inherited from SalOptionButton.)
Public methodGetProperty(SalString, SalString%)
Gets the value of a named property.
(Inherited from SalOptionButton.)
Public methodGetSize
Returns a window's size.
(Inherited from SalOptionButton.)
Public methodGetStatusText()()()()
Multiple Inheritance: Wrapper function.
Public methodGetStatusText(SalWindowHandle)
Multiple Inheritance: Wrapper function.
Public methodGetText(SalNumber)
Retrieves the text of a window.
(Inherited from SalOptionButton.)
Public methodGetText(SalString%, SalNumber)
Retrieves the text of a window.
(Inherited from SalOptionButton.)
Public methodGetTipText()()()()
Multiple Inheritance: Wrapper function.
Public methodGetTipText(SalWindowHandle)
Multiple Inheritance: Wrapper function.
Public methodGetWindowColor
Gets a window's color.
(Inherited from SalOptionButton.)
Public methodGetWindowState
Returns a window's current state.
(Inherited from SalOptionButton.)
Public methodHideWindow
Hides a window.
(Inherited from SalOptionButton.)
Public methodHideWindowAndLabel
Hides a window and its associated label.
(Inherited from SalOptionButton.)
Public methodInvalidateWindow
Causes a window to be repainted.
(Inherited from SalOptionButton.)
Public methodIsChecked
Determines whether a radio button is set or a check box is checked.
(Inherited from SalOptionButton.)
Public methodIsDerivedFromClass
Determines whether a window is an instance of the specified class.
(Inherited from SalOptionButton.)
Public methodIsEnabled
Determines whether a window is enabled for mouse and keyboard input.
(Inherited from SalOptionButton.)
Public methodIsModified
Returns the setting of the Field Edit Flag for a data field, multiline field, combo box, table window's context row cell, or picture.
(Inherited from SalOptionButton.)
Public methodIsTool()()()()
Multiple Inheritance: Wrapper function.
Public methodIsTool(SalWindowHandle)
Multiple Inheritance: Wrapper function.
Public methodIsVisible
Determines whether a window is currently visible.
(Inherited from SalOptionButton.)
Public methodKillTimer
Destroys an object's system timer.
(Inherited from SalOptionButton.)
Public methodMoveWindow
Moves a window a given number of form units on the X and Y axes relative to its current position.
(Inherited from SalOptionButton.)
Protected methodOnCheckedChanged (Inherited from SalOptionButton.)
Protected methodOnClick (Inherited from SalOptionButton.)
Protected methodOnHandleCreated (Inherited from SalOptionButton.)
Public methodPixelsToFormUnits
Computes the number of form units based on the number of pixels. Form units are a unit of measurement used by functions that move and position objects. Form units are computed using physical units (pixels) in conjunction with a window's font sizes.
(Inherited from SalOptionButton.)
Public methodPostMessage
Posts the specified message to a window by adding nMsg to hWndReceiver's message queue.
(Inherited from SalOptionButton.)
Protected methodProcessMnemonic
Overrides the default implementation to allow for mnemonics when the button does not receive the focus because it's hidden.
(Inherited from SalOptionButton.)
Public methodSendMessage
Sends the specified message to a window. SalSendMsg does not return until the processing for the message is complete.
(Inherited from SalOptionButton.)
Public methodSendMessageToChildren
Sends a message to all child items of a form window, dialog box, table window, or MDI window.
(Inherited from SalOptionButton.)
Public methodSetContextMenu(Type, SalNumber)
Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.
(Inherited from SalOptionButton.)
Public methodSetContextMenu(SalString, SalNumber)
Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.
(Inherited from SalOptionButton.)
Public methodSetCursor(Int32, SalNumber)
Sets a window's cursor.
(Inherited from SalOptionButton.)
Public methodSetCursor(SalResourceCursor, SalNumber)
Sets a window's cursor.
(Inherited from SalOptionButton.)
Public methodSetCursor(SalString, SalNumber)
Sets a window's cursor from a string variable.
(Inherited from SalOptionButton.)
Public methodSetCursorFile
Sets an application-defined cursor for the specified window. Use this function to set the cursor from an image stored in a file.
(Inherited from SalOptionButton.)
Public methodSetFocus
Sets the focus to a specified window.
(Inherited from SalOptionButton.)
Public methodSetFont
Sets a window's font, font size, and font enhancements.
(Inherited from SalOptionButton.)
Public methodSetImageBytes
Inserts the contents of a picture to an image without the image header.
(Inherited from SalOptionButton.)
Public methodSetImageFile
Inserts a file's contents into a picture.
(Inherited from SalOptionButton.)
Public methodSetImageHandle
Sets the picture image of a picture window with the handle of a bitmap (HBITMAP) or icon (HICON). Usually, HBITMAPs and HICONs are loaded from DLLs.
(Inherited from SalOptionButton.)
Public methodSetImageResource
Inserts a resource into a picture.
(Inherited from SalOptionButton.)
Public methodSetImageString
Inserts the contents of a string into a picture.
(Inherited from SalOptionButton.)
Public methodSetLabelText
Sets the text of the associaetd label control.
(Inherited from SalOptionButton.)
Public methodSetLocation
Moves a window to a new position (x, y) on the X and Y axes.
(Inherited from SalOptionButton.)
Public methodSetModified
Sets or clears the field edit flag for an editable data field, combo box, multiline text field, table window column, or picture.
(Inherited from SalOptionButton.)
Public methodSetProperty
Sets the value of a named property.
(Inherited from SalOptionButton.)
Public methodSetSize
Resizes a window.
(Inherited from SalOptionButton.)
Public methodSetStatusText(SalString)
Multiple Inheritance: Wrapper function.
Public methodSetStatusText(SalWindowHandle, SalString)
Multiple Inheritance: Wrapper function.
Public methodSetText
Sets the text of a window.
(Inherited from SalOptionButton.)
Public methodSetTimer
Creates a system timer for a given object. When a timer event occurs, sends SAM_Timer messages to the object in specified intervals. Timers are a limited global resource. Your application must check the value returned by SalTimerSet to verify that the timer was created.
(Inherited from SalOptionButton.)
Public methodSetTipText(SalString)
Multiple Inheritance: Wrapper function.
Public methodSetTipText(SalWindowHandle, SalString)
Multiple Inheritance: Wrapper function.
Public methodSetWindowColor
Sets a window's color.
(Inherited from SalOptionButton.)
Protected methodSetVisibleCore (Inherited from SalOptionButton.)
Public methodShowWindow
Makes a window visible.
(Inherited from SalOptionButton.)
Public methodShowWindowAndLabel
Makes a window and its associated label visible. A label is the label control that immediately precedes the window in the outline.
(Inherited from SalOptionButton.)
Public methodTrackPopupMenu(Type, SalNumber, SalNumber, SalNumber)
Creates pop-up menus at runtime.
(Inherited from SalOptionButton.)
Public methodTrackPopupMenu(SalString, SalNumber, SalNumber, SalNumber)
Creates pop-up menus at runtime.
(Inherited from SalOptionButton.)
Public methodUpdateWindow
Forces the update of a window.
(Inherited from SalOptionButton.)
Public methodWinHelp
Starts the Windows help system.
(Inherited from SalOptionButton.)
Protected methodWndProc
Redirect Windows message to the implementation object.
(Inherited from SalOptionButton.)
Public methodYield
Processes messages for this control.
(Inherited from SalOptionButton.)

Fields

  NameDescription
Public field_derived
Instance of the derived object that inherits this class as a second base in a multiple inheritance tree.
(Inherited from SalOptionButton.)

Properties

  NameDescription
Public propertyAppearance
Hide the Appearance property.
(Inherited from SalOptionButton.)
Public propertyAutoCheck
Hide the AutoCheck property.
(Inherited from SalOptionButton.)
Public propertyButtonStyle
Returs/Sets the style of the option button.
(Inherited from SalOptionButton.)
Public propertyChecked
Returns/Sets the checked state of the check box control.
(Inherited from SalOptionButton.)
Public propertyDesigntimeVisible
Returns true if the object was designed as visible.
(Inherited from SalOptionButton.)
Public propertyImage
Overrides the default Image property.
(Inherited from SalOptionButton.)
Public propertyImageName
Image name. Name of the image to load from the embedded resources.
(Inherited from SalOptionButton.)
Public propertyImagePressed
Image to use when the button is pressed.
(Inherited from SalOptionButton.)
Public propertyImagePressedName
Image name. Name of the image to load from the embedded resources.
(Inherited from SalOptionButton.)
Public propertyLabel
Returns/Sets the label associated with this control.
(Inherited from SalOptionButton.)
Public propertyNamedProperties
Returns the collection of named properties.
(Inherited from SalOptionButton.)
Public propertyTooltipStatus
Multiple Inheritance: Wrapper property.
Public propertyTooltipText
Multiple Inheritance: Wrapper property.
Public propertyTransparentColor
Returns/Sets the transparent color.
(Inherited from SalOptionButton.)

Events

  NameDescription
Public eventMessageActions (Inherited from SalOptionButton.)

See Also