Intersoft ClientUI Documentation
PresenterStyle Property
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXFrame Class : PresenterStyle Property






Gets or sets the style to apply to the presenter element.

Syntax

Visual Basic (Declaration) 
Public Property PresenterStyle As Style
Visual Basic (Usage)Copy Code
Dim instance As UXFrame
Dim value As Style
 
instance.PresenterStyle = value
 
value = instance.PresenterStyle
C# 
public Style PresenterStyle {get; set;}
Delphi 
public read-write property PresenterStyle: Style; 
JScript 
public function get,set PresenterStyle : Style
Managed Extensions for C++ 
public: __property Style* get_PresenterStyle();
public: __property void set_PresenterStyle( 
   Style* value
);
C++/CLI 
public:
property Style^ PresenterStyle {
   Style^ get();
   void set (    Style^ 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.