FemtoScan Online SDK Documentation
| Home :: FsOnlineSDK :: fmcmnctl | classes | 
enum vlbStyle | ^ | 
Collection of VarListBox style flags.
- vlbsReadonly - variables are not editable.
 - vlbsDisableRedraw - list will not be redrawed until this style flag will be cleared.
 - vlbsShowUnnamed - show variable's id whed it has no name. By default, this variables will not be shown.
 - vlbsRegisterHandler - register control as OnFireVariableChange handler for attached SPMVarList . If underlying list is owned by control (was not attached), the flag will not affect the control behaviour.
 
- Source:
 - ../fmcmnctl/VarListCtrl.h:230
 - Author:
 - ATC
 - Version:
 - 1.0
 - See Also:
 - SPMVarList, SPMVarListHandler
 
- Code:
 
public enum vlbStyle { vlbsReadonly = 0x00000001 , vlbsDisableRedraw = 0x00000002 , vlbsShowUnnamed = 0x00000004 , vlbsRegisterHandler = 0x00000008 , } 
(C) Advanced Technologies Center, 2002-2006
For support contact us at fsdev@nanoscopy.net