The SalRibbonBarMDI type exposes the following members.

Methods

  NameDescription
Protected methodApplyVisualStyle (Inherited from SalRibbonBarBase.)
Public methodBringWindowToTop
Brings a window to the top of all overlapping windows.
(Inherited from SalRibbonBarBase.)
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 SalRibbonBarBase.)
Public methodClearCursor
Clears a window's cursor.
(Inherited from SalRibbonBarBase.)
Protected methodCreateForm
Overrides sending of SAM_Create to create the automatic child forms.
(Overrides SalRibbonBarBase..::..CreateForm()()()().)
Protected methodCreateTableWindow
Creates an instance of the inner child table window.
(Inherited from SalRibbonBarBase.)
Public methodDestroyWindow
Destroys a form window, a top-level table window, or a modeless dialog box created with SalCreateWindow.
(Inherited from SalRibbonBarBase.)
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 SalRibbonBarBase.)
Protected methodDispose (Inherited from SalRibbonBarBase.)
Public methodDrawMenuBar
Redraws the menu bar for a given form window or top-level table window.
(Inherited from SalRibbonBarBase.)
Public methodEnableWindow
Enables keyboard and mouse input to a window.
(Inherited from SalRibbonBarBase.)
Public methodEndDialog
Destroys a modal dialog box and returns control to the caller of SalModalDialog.
(Inherited from SalRibbonBarBase.)
Public methodFindChild
This function finds a child window of a given name in the specified window.
(Inherited from SalRibbonBarBase.)
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 SalRibbonBarBase.)
Public methodGetClassName
Return the name of a window's class as a string.
(Inherited from SalRibbonBarBase.)
Public methodGetControlType
Returns an object's type.
(Inherited from SalRibbonBarBase.)
Public methodGetDefaultButton
Returns the handle of the default push button on a form window or dialog box. The default push button is the one that has the focus by default.
(Inherited from SalRibbonBarBase.)
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 SalRibbonBarBase.)
Public methodGetFont
Gets a window's font name, size, and enhancements.
(Inherited from SalRibbonBarBase.)
Public methodGetLocation
Returns a window's current position on the X and Y axes.
(Inherited from SalRibbonBarBase.)
Public methodGetName()()()()
Gets the name of an object.
(Inherited from SalRibbonBarBase.)
Public methodGetName(SalString%)
Gets the name of an object.
(Inherited from SalRibbonBarBase.)
Public methodGetNextChild
Returns the handle of the next child window that matches a specified type.
(Inherited from SalRibbonBarBase.)
Public methodGetParent
Returns the handle of an object's parent window.
(Inherited from SalRibbonBarBase.)
Public methodGetProperty(SalString)
Gets the value of a named property.
(Inherited from SalRibbonBarBase.)
Public methodGetProperty(SalString, SalString%)
Gets the value of a named property.
(Inherited from SalRibbonBarBase.)
Public methodGetSize
Returns a window's size.
(Inherited from SalRibbonBarBase.)
Public methodGetStatusBarText(SalNumber)
Gets the text displayed in the status bar of a top-level or MDI window.
(Inherited from SalRibbonBarBase.)
Public methodGetStatusBarText(SalString%, SalNumber)
Gets the text displayed in the status bar of a top-level or MDI window.
(Inherited from SalRibbonBarBase.)
Public methodGetText(SalNumber)
Retrieves the text of a window.
(Inherited from SalRibbonBarBase.)
Public methodGetText(SalString%, SalNumber)
Retrieves the text of a window.
(Inherited from SalRibbonBarBase.)
Public methodGetWindowColor
Gets a window's color.
(Inherited from SalRibbonBarBase.)
Public methodGetWindowState
Returns a window's current state.
(Inherited from SalRibbonBarBase.)
Public methodHideWindow
Hides a window.
(Inherited from SalRibbonBarBase.)
Public methodInvalidateWindow
Causes a window to be repainted.
(Inherited from SalRibbonBarBase.)
Public methodIsDerivedFromClass
Determines whether a window is an instance of the specified class.
(Inherited from SalRibbonBarBase.)
Public methodIsEnabled
Determines whether a window is enabled for mouse and keyboard input.
(Inherited from SalRibbonBarBase.)
Public methodIsVisible
Determines whether a window is currently visible.
(Inherited from SalRibbonBarBase.)
Public methodKillTimer
Destroys an object's system timer.
(Inherited from SalRibbonBarBase.)
Public methodMDIArrangeIcons
Arranges minimized child window icons in an MDI window.
Public methodMDICascade
Cascades all non-iconized child windows of an MDI window.
Public methodMDITile
Tiles all non-iconized child windows of an MDI window. Windows that are not sizable will not be tiled.
Public methodMoveWindow
Moves a window a given number of form units on the X and Y axes relative to its current position.
(Inherited from SalRibbonBarBase.)
Protected methodOnFontChanged
Resets the scaling factor when the font changes.
(Inherited from SalRibbonBarBase.)
Protected methodOnHandleCreated (Inherited from SalRibbonBarBase.)
Protected methodOnHandleDestroyed (Inherited from SalRibbonBarBase.)
Protected methodOnLayout (Inherited from SalRibbonBarBase.)
Protected methodOnMdiCreateAutomaticForms
Automatic MDI child forms are created in the implementation of this method in the application.
Protected methodOnMenuComplete (Inherited from SalRibbonBarBase.)
Protected methodOnPaintBackground
Fires the internal PaintBackground event. This allows the handler component to take over the background painting of the form. This is primarily used to allow the SalQuickTabs control to paint transparent backgrounds.
(Inherited from SalRibbonBarBase.)
Protected methodOnVisualStyleChanged
Updates the application skin to match the RibbonBar visual style.
(Inherited from SalRibbonBarBase.)
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 SalRibbonBarBase.)
Public methodPostMessage
Posts the specified message to a window by adding nMsg to hWndReceiver's message queue.
(Inherited from SalRibbonBarBase.)
Protected methodProcessCmdKey
Process command keys.
(Inherited from SalRibbonBarBase.)
Protected methodProcessDialogKey
Processes dialog keys. This override takes care of: - converting Enter to Tab - selecting radio buttons in the same group index on arrows - processing default button, hidden or in child forms - processing accelerators
(Inherited from SalRibbonBarBase.)
Protected methodProcessTabKey
Selects the next control in the tab order.
(Inherited from SalRibbonBarBase.)
Protected methodScale
Scales the form and all child controls.
(Inherited from SalRibbonBarBase.)
Protected methodScaleCore
Disables .NET 1.1 scaling.
(Inherited from SalRibbonBarBase.)
Public methodSendMessage
Sends the specified message to a window. SalSendMsg does not return until the processing for the message is complete.
(Inherited from SalRibbonBarBase.)
Public methodSendMessageToChildren
Sends a message to all child items of a form window, dialog box, table window, or MDI window.
(Inherited from SalRibbonBarBase.)
Public methodSetContextMenu(Type, SalNumber)
Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.
(Inherited from SalRibbonBarBase.)
Public methodSetContextMenu(SalString, SalNumber)
Defines a named popup menu that displays automatically when a window receives SAM_ContextMenu.
(Inherited from SalRibbonBarBase.)
Public methodSetCursor(Int32, SalNumber)
Sets a window's cursor.
(Inherited from SalRibbonBarBase.)
Public methodSetCursor(SalResourceCursor, SalNumber)
Sets a window's cursor.
(Inherited from SalRibbonBarBase.)
Public methodSetCursor(SalString, SalNumber)
Sets a window's cursor from a string variable.
(Inherited from SalRibbonBarBase.)
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 SalRibbonBarBase.)
Public methodSetFocus
Sets the focus to a specified window.
(Inherited from SalRibbonBarBase.)
Public methodSetFont
Sets a window's font, font size, and font enhancements.
(Inherited from SalRibbonBarBase.)
Public methodSetLocation
Moves a window to a new position (x, y) on the X and Y axes.
(Inherited from SalRibbonBarBase.)
Public methodSetProperty
Sets the value of a named property.
(Inherited from SalRibbonBarBase.)
Public methodSetSize
Resizes a window.
(Inherited from SalRibbonBarBase.)
Public methodSetStatusBarText
Displays specified text in the status bar of a top-level or MDI window.
(Inherited from SalRibbonBarBase.)
Public methodSetText
Sets the text of a window.
(Inherited from SalRibbonBarBase.)
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 SalRibbonBarBase.)
Public methodSetWindowColor
Sets a window's color.
(Inherited from SalRibbonBarBase.)
Protected methodSetVisibleCore
Overrides the default behavior to avoid the re-creation of the underlying window handle when the form is an MDI child.
(Inherited from SalRibbonBarBase.)
Public methodShow
Shows the form.
(Inherited from SalRibbonBarBase.)
Public methodShowDialog
Shows the modal dialog.
(Inherited from SalRibbonBarBase.)
Public methodShowStatusBar
Shows or hides the status bar on a top-level or MDI window.
(Inherited from SalRibbonBarBase.)
Public methodShowToolBar
Shows or hides the tool bar on a top-level or MDI window.
(Inherited from SalRibbonBarBase.)
Public methodShowWindow
Makes a window visible.
(Inherited from SalRibbonBarBase.)
Public methodTrackPopupMenu(Type, SalNumber, SalNumber, SalNumber)
Creates pop-up menus at runtime.
(Inherited from SalRibbonBarBase.)
Public methodTrackPopupMenu(SalString, SalNumber, SalNumber, SalNumber)
Creates pop-up menus at runtime.
(Inherited from SalRibbonBarBase.)
Public methodUpdateWindow
Forces the update of a window.
(Inherited from SalRibbonBarBase.)
Public methodWinHelp
Starts the Windows help system.
(Inherited from SalRibbonBarBase.)
Protected methodWndProc
Window procedure dispatcher.
(Inherited from SalRibbonBarBase.)
Public methodYield
Processes messages for this control.
(Inherited from SalRibbonBarBase.)

See Also