[This is preliminary documentation and is subject to change.]

Proxy for the Status property in design time

Namespace: Tools.WindowsT.FormsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public sealed class StatusProxy
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public NotInheritable Class StatusProxy
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public ref class StatusProxy sealed
F#
[<SealedAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type StatusProxy =  class end
JScript
public final class StatusProxy

Remarks

This class supports design-time behaviour of KeyWordsEditor and should not be used directly

Inheritance Hierarchy

System..::..Object
  Tools.WindowsT.FormsT..::..KeyWordsEditor..::..StatusProxy

See Also