[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public static T InvokeUITypeEditor<T>(
this Form form,
PropertyDescriptor property
)
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Shared Function InvokeUITypeEditor(Of T) (
form As Form,
property As PropertyDescriptor
) As T
Dim form As Form
Dim property As PropertyDescriptor
Dim returnValue As T
returnValue = form.InvokeUITypeEditor(property)
public:
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
generic<typename T>
static T InvokeUITypeEditor(
Form^ form,
PropertyDescriptor^ property
)
[<ExtensionAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
static member InvokeUITypeEditor :
form : Form *
property : PropertyDescriptor -> 'T
No code example is currently available or this language may not be supported.
[Missing <param name="property"/> documentation for "M:DevCase.Extensions.FormExtensions.FormExtensions.InvokeUITypeEditor``1(System.Windows.Forms.Form,System.ComponentModel.PropertyDescriptor)"]
No code example is currently available or this language may not be supported.
Dim propDescriptor As PropertyDescriptor = TypeDescriptor.GetProperties(Me)(NameOf(Me.Font))
Dim value As Font = Me.InvokeUITypeEditor(Of Font)(propDescriptor)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.