actxcontrol
|
Create ActiveX control in figure window
|
actxcontrollist
|
List all currently installed ActiveX controls
|
actxcontrolselect
|
Display graphical interface for creating ActiveX control
|
actxserver
|
Create COM Automation server
|
addproperty
|
Add custom property to object
|
class
|
Create object or return class of object
|
delete (COM)
|
Delete COM control or server
|
deleteproperty
|
Remove custom property from object
|
eventlisteners
|
Return list of events attached to listeners
|
events
|
Return list of events the control can trigger
|
fieldnames
|
Return property names of object
|
get (COM)
|
Get property value from interface, or display properties
|
inspect
|
Display graphical interface to list and modify property values
|
interfaces
|
List custom interfaces to COM server
|
invoke
|
Invoke method on object or interface, or display methods
|
isa
|
Detect object of given MATLAB class or Java class
|
iscom
|
Determine if input is COM object
|
isevent
|
Determine if input is event
|
isinterface
|
Determine if input is COM interface
|
ismethod
|
Determine if input is object method
|
isprop
|
Determine if input is object property
|
load (COM)
|
Initialize control object from file
|
methods
|
List all methods for control or server
|
methodsview
|
Display graphical interface to list method information
|
move
|
Move or resize control in parent window
|
propedit
|
Display built-in property page for control
|
registerevent
|
Register event handler with control's event
|
release
|
Release interface
|
save (COM)
|
Serialize control object to file
|
send
|
Obsolete -- duplicate of events
|
set (COM)
|
Set object or interface property to specified value
|
unregisterallevents
|
Unregister all events for control
|
unregisterevent
|
Unregister event handler with control's event
|
© 1994-2005 The MathWorks, Inc.