KryptonManager Class |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public sealed class KryptonManager : Component
The KryptonManager type exposes the following members.
Name | Description | |
---|---|---|
KryptonManager |
Initialize a new instance of the KryptonManager class.
| |
KryptonManager(IContainer) |
Initialize a new instance of the KryptonManager class.
|
Name | Description | |
---|---|---|
AllowFormChrome |
Gets and sets the global flag that decides if form chrom should be customized.
| |
ApplyToolstrips |
Gets and sets the global flag that decides if palette colors are applied to toolstrips.
| |
Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
CurrentGlobalPalette |
Gets the current global palette instance given the manager settings.
| |
GlobalAllowFormChrome |
Gets or sets a value indicating if KryptonForm instances are allowed to show custom chrome.
| |
GlobalApplyToolstrips |
Gets or sets a value indicating if the palette colors are applied to the toolstrips.
| |
GlobalPalette |
Gets and sets the global custom applied to drawing.
| |
GlobalPaletteMode |
Gets or sets the global palette used for drawing.
| |
GlobalStrings |
Gets a set of global strings used by Krypton that can be localized.
| |
PaletteNeoAxisBlack |
Gets the single instance of the NeoAxis Black palette.
| |
PaletteNeoAxisBlue |
Gets the single instance of the NeoAxis Blue palette.
| |
RenderNeoAxis |
Gets the single instance of the NeoAxis renderer.
| |
RenderOffice2010 |
Gets the single instance of the Office 2010 renderer.
| |
RenderProfessional |
Gets the single instance of the professional renderer.
| |
RenderStandard |
Gets the single instance of the standard renderer.
| |
Site | (Inherited from Component.) | |
Strings |
Gets access to the set of global strings.
|
Name | Description | |
---|---|---|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
Dispose | Releases all resources used by the Component. (Inherited from Component.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
GetPaletteForMode |
Gets the implementation for the requested palette mode.
| |
GetRendererForMode |
Gets the implementation for the requested renderer mode.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
ResetGlobalAllowFormChrome |
Resets the GlobalAllowFormChrome property to its default value.
| |
ResetGlobalApplyToolstrips |
Resets the GlobalApplyToolstrips property to its default value.
| |
ResetGlobalPalette |
Resets the GlobalPalette property to its default value.
| |
ResetGlobalPaletteMode |
Resets the GlobalPaletteMode property to its default value.
| |
ResetGlobalStrings |
Resets the GlobalStrings property to its default value.
| |
ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
Name | Description | |
---|---|---|
Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) | |
GlobalAllowFormChromeChanged |
Occurs when the AllowFormChrome property changes.
| |
GlobalPaletteChanged |
Occurs when the palette changes.
|
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |