Visible Property (IComponent)
Obsolete. Superseded by IComponent2::Visible.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Visible As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IComponent
Dim value As Integer
instance.Visible = value
value = instance.Visible
|
C# | |
---|
int Visible {get; set;} |
C++/CLI | |
---|
property int Visible {
int get();
void set (int value);
} |
See Also