ICustomControl Class Reference

ICustomControl Class Reference

Class Description

The base class of 3ds Max UI controls.
+ Inheritance diagram for ICustomControl:

Public Member Functions

def Enable
 
def GetHwnd (self)
 
def IsEnabled (self)
 
- Public Member Functions inherited from InterfaceServer
def GetInterface (self, args)
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr (self)
 

Static Public Attributes

tuple Enabled = _swig_property(IsEnabled, Enable)
 
tuple Hwnd = _swig_property(GetHwnd)
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from InterfaceServer
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
- Static Public Attributes inherited from Wrapper
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def Enable (   self,
  onOff = True 
)
Enable(ICustomControl self, bool onOff=True)
Enable(ICustomControl self)
def GetHwnd (   self)
GetHwnd(ICustomControl self) -> HWND
def IsEnabled (   self)
IsEnabled(ICustomControl self) -> bool