Nevron.UI.WinForm.Controls Namespace : INFrameControl Interface |
The following tables list the members exposed by INFrameControl.
Name | Description | |
---|---|---|
![]() | CaptionImage | Gets/sets the image to be displayed by the caption. |
![]() | ClientMouse | |
![]() | CloseButton | Gets/sets a value whether the frame will display a close button allowing the user to "Close" the current instance. |
![]() | CurrentCaptionImage | Gets the current image displayed by the caption. |
![]() | CustomButtons | Gets the collection of custom caption buttons. |
![]() | FrameAppearance | Gets/sets the local value for this instance. |
![]() | HelpButton | Gets/sets a value whether the frame will display a Help button allowing the user to trigger the context-sensitive help on the current instance. |
![]() | IsActive | Determines whether the frame is active. |
![]() | IsTopLevel | |
![]() | MaximizeBox | Gets/sets a value whether the frame will display a Maximize button allowing the user make the current instance occupy the entire working area. |
![]() | MinimizeBox | Gets/sets a value whether the frame will display a Minimize button allowing the user to send the current instance to the system task bar. |
![]() | MinimumSize | |
![]() | Movable | Gets/sets a value indicating whether the user may move the frame using the left mouse button. |
![]() | PreferredNCState | Gets/sets the preferred state for the non-client area. Note that specifying this will override the default processing of the NC activate message. 0 is always inactive, 1 is always active and -1 is discarded. |
![]() | ShowCaptionImage | Gets/sets a value whether to display the caption image. |
![]() | ShowCaptionText | Gets/sets a value whether to display the caption text. |
![]() | Sizable | Gets/sets a value indicating whether the user may resize the frame. |
![]() | SysMenuCommands | Gets an array with all the commands to be displayed when a system menu is requested. |
![]() | SystemMenu | Gets/sets a value whether a system menu should be displayed when the user right-clicks the frame's caption. |
![]() | ToolWindow | Gets/sets a value indicating whether the frame acts as a tool window. |
![]() | UseGlobalTemplate | Gets/sets a value indicating whether this instance will use the global template provided by the NUIManager. |
Name | Description | |
---|---|---|
![]() | CallBaseWindowProc | |
![]() | InvalidateFrame | Invalidates the frame. |
![]() | OnCaptionButtonClicked | Gets notified for a caption button click. |
![]() | OnSysMenuCommand | Called whenever a system menu command is clicked. |
![]() | UpdateFrame | Updates the frame including repaint and region update. |
Name | Description | |
---|---|---|
![]() | CaptionButtonClicked | Fired when the user has clicked a custom button. |
![]() | SysMenuCommandClicked |