LinsMDIWindow
class
It
is a container for multiple-document interface child windows.
§
Constructors
1) public
LinsMDIWindow()
Remarks
Initialize
a new instance of LinsMDIWindow.
§
Members
1) public bool FitIntoScreen { get; set; }
Remarks
If
true,
each docked document will be forced to fit into the screen.
This field is valid only when the system is under Metro
mode.
2) public ImageSource Icon { get; set; }
Remarks
Gets
or sets the icon of the window.
3) public
FlexMenu MainMenu
{ get; set; }
Remarks
Set
the menu of this window. If it is set to null,
the menu will be removed from the window.
4) public
FlexRibbonMenu MainRibbonMenu
{ get; set; }
Remarks
Set
the ribbon menu of this window. If it is set to null,
the ribbon menu will be removed from the window.
5) public
SurfaceSlider MainSurfaceSlider
{ get; set; }
Remarks
Set
the metro screen of this window.
6) public short PagesCount { get; set; }
Remarks
Gets
or sets the number of documents which will fit into the screen when the system
is under Metro
mode and FitIntoScreen
Is true.
7) public StatusBar StatusBar { get; set; }
Remarks
Gets
or sets the StatusBar
object
of the window,
representing the status bar on the main development environment
window.
8) public string Title { get; set; }
Remarks
Gets
or sets the caption of the window.
9) public WindowState WindowState { get; set; }
Remarks
Gets
or sets the state of the window;
it can be one of the following values
§
Normal:
The
window is restored.
§
Minimized:
The
window is minimized.
§
Maximized:
The
window is maximized.
§
Methods
1) public void RemoveToolBar(
FlexToolBar
toolbar)
Parameters
toolbar
Type:
FlexToolBar
The
toolbar is going to be removed from this window.
Remarks
This
removes a toolbar from this window.
2) public void SetMetroStyle(
bool
bMetroStyle)
Parameters
bMetroStyle
Type:
bool
If
true,
the system will be under the Metro
mode; otherwise, it will be under the Normal
mode.
Remarks
Toggle
the system between Metro
mode and Normal
mode.
§
Events
1) public
event Eventhandler
StateChanged
Remarks
This
event is fired when the WindowState property is changed.
Reference:
No comments:
Post a Comment