CustomPluginSupportMenu Property |
菜单支持: 0 不支持 | 1 支持
Namespace: X3Platform.PluginsAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic int SupportMenu { get; set; }
public:
virtual property int SupportMenu {
int get () sealed;
void set (int value) sealed;
}
Property Value
Type:
Int32Implements
ICustomPluginSupportMenu
See Also