Intersoft WebGrid Documentation
PrintStatusBar Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > BrowserPrintSettings Class : PrintStatusBar Property






Determines whether the status bar of the Grid should be included in printing.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
<DescriptionAttribute("Determines whether the status bar of the Grid should be included in the printing.")>
Public Property PrintStatusBar As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BrowserPrintSettings
Dim value As Boolean
 
instance.PrintStatusBar = value
 
value = instance.PrintStatusBar
C# 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines whether the status bar of the Grid should be included in the printing.")]
public bool PrintStatusBar {get; set;}
Delphi 
public read-write property PrintStatusBar: Boolean; 
JScript 
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
DescriptionAttribute("Determines whether the status bar of the Grid should be included in the printing.")
public function get,set PrintStatusBar : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines whether the status bar of the Grid should be included in the printing.")]
public: __property bool get_PrintStatusBar();
public: __property void set_PrintStatusBar( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines whether the status bar of the Grid should be included in the printing.")]
public:
property bool PrintStatusBar {
   bool get();
   void set (    bool value);
}

Remarks

The status bar will included in printing if users set this property to True. However, it will not be included in printing if users set this property to False.

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.