'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared Shadows ReadOnly Property Default As WindowsFormsInteractionParameters
'Usage
Dim value As WindowsFormsInteractionParameters value = WindowsFormsInteractionParameters.Default
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public new static WindowsFormsInteractionParameters Default {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: new static property WindowsFormsInteractionParameters^ Default { WindowsFormsInteractionParameters^ get(); }