Intersoft ClientUI Documentation
DefaultStyleKey Property
See Also  Send Feedback
Intersoft.Client.Documents Namespace > BorderFrame Class : DefaultStyleKey Property






Syntax

Visual Basic (Declaration) 
Protected Property DefaultStyleKey As Object
Visual Basic (Usage)Copy Code
Dim instance As BorderFrame
Dim value As Object
 
instance.DefaultStyleKey = value
 
value = instance.DefaultStyleKey
C# 
protected object DefaultStyleKey {get; set;}
Delphi 
protected read-write property DefaultStyleKey: TObject; 
JScript 
protected function get,set DefaultStyleKey : Object
Managed Extensions for C++ 
protected: __property Object* get_DefaultStyleKey();
protected: __property void set_DefaultStyleKey( 
   Object* value
);
C++/CLI 
protected:
property Object^ DefaultStyleKey {
   Object^ get();
   void set (    Object^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.