Intersoft WebGrid Documentation
RibbonState Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartInteractiveUISettings Class : RibbonState Property






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Control the Ribbon's initial state.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<CategoryAttribute("Options")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property RibbonState As RibbonState
Visual Basic (Usage)Copy Code
Dim instance As ChartInteractiveUISettings
Dim value As RibbonState
 
instance.RibbonState = value
 
value = instance.RibbonState
C# 
[DescriptionAttribute("Control the Ribbon's initial state.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[CategoryAttribute("Options")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public RibbonState RibbonState {get; set;}
Delphi 
public read-write property RibbonState: RibbonState; 
JScript 
DescriptionAttribute("Control the Ribbon's initial state.")
ISNet.Serialization.XmlSerializableAttribute()
CategoryAttribute("Options")
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set RibbonState : RibbonState
Managed Extensions for C++ 
[DescriptionAttribute("Control the Ribbon's initial state.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[CategoryAttribute("Options")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property RibbonState get_RibbonState();
public: __property void set_RibbonState( 
   RibbonState value
);
C++/CLI 
[DescriptionAttribute("Control the Ribbon's initial state.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[CategoryAttribute("Options")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property RibbonState RibbonState {
   RibbonState get();
   void set (    RibbonState 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 Intersoft Solutions Corp. All Rights Reserved.