Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::PSI::button::RadioButtonAttributes Enumeration
C++
enum RadioButtonAttributes {
  RADIO_CALL_ALL = 0,
  RADIO_CALL_CHECKED = 1,
  RADIO_CALL_UNCHECKED = 2,
  RADIO_CALL_CHANGED = (RADIO_CALL_CHECKED|RADIO_CALL_UNCHECKED)
};
Members 
Description 
RADIO_CALL_ALL = 0 
Call event callback on every change. 
RADIO_CALL_CHECKED = 1 
Call the click callback when the button is checked. 
RADIO_CALL_UNCHECKED = 2 
Call event callback when the button is unchecked. 
RADIO_CALL_CHANGED = (RADIO_CALL_CHECKED|RADIO_CALL_UNCHECKED) 
Call when the check state of a button changes. 

Attributes that affect behavior of radio buttons.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!