Метод | Описание | |
---|---|---|
GetShortNameByConvention ( |
Gets the short name for a widget.
|
|
GetWidgetFullName ( |
Gets the widget full name for the given widget type.
|
|
GetWidgetName ( |
Gets the widget name for the given widget type.
|
|
IsWidget ( |
Determines if the given type represents a widget.
|
public static GetShortNameByConvention ( |
||
widgetType | The widget type. | |
Результат | string |
public static GetWidgetFullName ( |
||
widgetType | The widget type. | |
Результат | string |
public static GetWidgetName ( |
||
widgetType | The widget type. | |
Результат | string |
public static IsWidget ( |
||
typeInfo | The candidate type. | |
Результат | bool |