Toggle the navigation pane
Add to Favorites
Home: Autodesk 3ds Max SDK Documentation
Share
Translate this page
Powered by
Microsoft® Translator
ICustSeparator Class Reference
Main Page
Public Member Functions
ICustSeparator Class Reference
Search for all occurrences
#include <custcont.h>
Inheritance diagram for ICustSeparator:
Class Description
See also:
Class
ICustomControl
,
Custom Controls
.
Description:
This provides a simple separator item. Methods are available to get and set the visibility.
The value to use in the Class field of the Custom
Control
Properties dialog is:
CustSeparator
Public Member Functions
virtual void
SetVisibility
(BOOL onOff)=0
virtual BOOL
GetVisibility
()=0
Member Function Documentation
virtual void SetVisibility
(
BOOL
onOff
)
[pure virtual]
Search for all occurrences
Remarks:
Sets the visibility of the control to on or off.
Parameters:
BOOL onOff
TRUE for on; FALSE for off.
virtual BOOL GetVisibility
(
)
[pure virtual]
Search for all occurrences
Remarks:
Returns TRUE if the control is visible; otherwise FALSE.