Windward Engine API Reference
RightToLeftLayout Property
See Also  Send comments on this topic.
UpdatePods.net.windward.ui Namespace > MainForm Class : RightToLeftLayout Property




Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Property RightToLeftLayout As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MainForm
Dim value As Boolean
 
instance.RightToLeftLayout = value
 
value = instance.RightToLeftLayout
C# 
public virtual bool RightToLeftLayout {get; set;}
Managed Extensions for C++ 
public: __property virtual bool get_RightToLeftLayout();
public: __property virtual void set_RightToLeftLayout( 
   bool value
);
C++/CLI 
public:
virtual property bool RightToLeftLayout {
   bool get();
   void set (    bool value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.