Common Application Framework

CommandBarManager.AddOptionSet Method 

Create a new OptionSet indentified by the specified Key An OptionSet is a set of StateButtonTools (a radio group) where at most one of the tools can can be in the Down (pressed) state.

public abstract void AddOptionSet(
   bool allowAllUp,
   string key
);

Parameters

allowAllUp
Boolean, controlling whether all buttons can be in the Up (unpressed) state simultaneously.
key
Unique key indentifying the OptionSet.

See Also

CommandBarManager Class | Aveva.ApplicationFramework.Presentation Namespace