Syntax
Visual Basic (Declaration) | |
---|
Public Property hideOnError As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ReportChartComponent
Dim value As Boolean
instance.hideOnError = value
value = instance.hideOnError |
C# | |
---|
public bool hideOnError {get; set;} |
Managed Extensions for C++ | |
---|
public: __property bool get_hideOnError();
public: __property void set_hideOnError(
bool value
); |
C++/CLI | |
---|
public:
property bool hideOnError {
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