C# Class ComponentFactory.Krypton.Docking.KryptonAutoHiddenProxyPage

Inheritance: ComponentFactory.Krypton.Navigator.KryptonPage
Show file Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AreFlagsSet ( KryptonPageFlags flags ) : bool

Are all the provided flags set to true.

ClearFlags ( KryptonPageFlags flags ) : void

Sets all the provided flags to false.

GetImageMapping ( MapKryptonPageImage mapping ) : Image

Gets the image that matches the mapping request.

GetTextMapping ( MapKryptonPageText mapping ) : string

Gets the string that matches the mapping request.

KryptonAutoHiddenProxyPage ( KryptonPage page ) : System

Initialize a new instance of the KryptonAutoHiddenProxyPage class.

SetFlags ( KryptonPageFlags flags ) : void

Set all the provided flags to true.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Method Details

AreFlagsSet() public method

Are all the provided flags set to true.
public AreFlagsSet ( KryptonPageFlags flags ) : bool
flags KryptonPageFlags Flags to test.
return bool

ClearFlags() public method

Sets all the provided flags to false.
public ClearFlags ( KryptonPageFlags flags ) : void
flags KryptonPageFlags Flags to set.
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GetImageMapping() public method

Gets the image that matches the mapping request.
public GetImageMapping ( MapKryptonPageImage mapping ) : Image
mapping MapKryptonPageImage Image mapping.
return Image

GetTextMapping() public method

Gets the string that matches the mapping request.
public GetTextMapping ( MapKryptonPageText mapping ) : string
mapping MapKryptonPageText Text mapping.
return string

KryptonAutoHiddenProxyPage() public method

Initialize a new instance of the KryptonAutoHiddenProxyPage class.
public KryptonAutoHiddenProxyPage ( KryptonPage page ) : System
page KryptonPage
return System

SetFlags() public method

Set all the provided flags to true.
public SetFlags ( KryptonPageFlags flags ) : void
flags KryptonPageFlags Flags to set.
return void