BCGControlBar Library for .NET
GlobalSettings Class
Members 




 

   The GlobalSettings class represents a set of static properties specific for the environment of the application.
Public member SerializationCulture specifies current culture info, which provides information about a specific culture, such as the names of the culture, the writing system, the calendar used, and how to format dates and sort strings. This culture info is used on serialization. Its default value is "en_US".  Integer variable BitsPerPixel  identifies the color depth of current color scheme. The default value is 16. The tracking during dragging of the frame defines such variables as DragFrameThicknessFloat, DragFrameThiknessDock. InitComplete indicates if the initialization of the application is complete. The default value is true.  UseLowColorImages variable specifies if the low color images will be used. The default  value is false.

Object Model
GlobalSettings Class
Syntax
'Declaration
 
Public Class GlobalSettings 
'Usage
 
Dim instance As GlobalSettings
public class GlobalSettings 
public __gc class GlobalSettings 
public ref class GlobalSettings 
Inheritance Hierarchy

System.Object
   BCGSoft.Shared.GlobalSettings

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GlobalSettings Members
BCGSoft.Shared Namespace

Send Feedback