|
IControl | AddControl (string name, string propertyName, ControlParameterType type, bool hasRect, double left, double top, double width, double height, bool isReadOnly, bool isHelpVisible, string helpMessage, IOptimPropertyBase prop) |
| Добавить новый элемент управления More...
|
|
IControl | AddControl (string name, string propertyName, ControlParameterType type, bool hasRect, double left, double top, double width, double height, bool isReadOnly, bool isHelpVisible, string helpMessage, BoolOptimProperty prop, AlphaColor backgroundColor, AlphaColor foregroundColor) |
| Добавить новый элемент управления More...
|
|
IControl | AddControl (string name, string propertyName, ControlParameterType type, bool hasRect, double left, double top, double width, double height, bool isReadOnly, bool isHelpVisible, string helpMessage, StringOptimProperty prop, IEnumerable< string > values) |
| Добавить новый элемент управления More...
|
|
IControl | AddControl (string name, string propertyName, ControlParameterType type, bool hasRect, double left, double top, double width, double height, bool isReadOnly, bool isHelpVisible, string helpMessage, double value, string optimDataItemId, string optimDataInvariantName, string optimDataName, int numberDecimalDigits) |
|
IControl | AddControl (string name, string propertyName, ControlParameterType type, bool hasRect, double left, double top, double width, double height, bool isReadOnly, bool isHelpVisible, string helpMessage, IEnumerable< double > values, string optimDataItemId, string optimDataInvariantName, string optimDataName, int numberDecimalDigits) |
|
IControl | AddControl (string name, string propertyName, ControlParameterType type, bool hasRect, double left, double top, double width, double height, bool isReadOnly, bool isHelpVisible, string helpMessage, int value, string optimDataItemId, string optimDataInvariantName, string optimDataName) |
|
IControl | AddControl (string name, string propertyName, ControlParameterType type, bool hasRect, double left, double top, double width, double height, bool isReadOnly, bool isHelpVisible, string helpMessage, IEnumerable< int > values, string optimDataItemId, string optimDataInvariantName, string optimDataName) |
|
IControl | AddControl (string name, string propertyName, ControlParameterType type, bool hasRect, double left, double top, double width, double height, bool isReadOnly, bool isHelpVisible, string helpMessage, bool value, string optimDataItemId, string optimDataInvariantName, string optimDataName, AlphaColor backgroundColor, AlphaColor foregroundColor) |
|
IControl | AddControl (string name, string propertyName, ControlParameterType type, bool hasRect, double left, double top, double width, double height, bool isReadOnly, bool isHelpVisible, string helpMessage, IEnumerable< bool > values, string optimDataItemId, string optimDataInvariantName, string optimDataName, AlphaColor backgroundColor, AlphaColor foregroundColor) |
|
IBackgroundElement | AddBackgroundElement (string id, bool isVisible, double left, double top, double width, double height, AlphaColor color) |
|
ISeparatorElement | AddSeparatorElement (string id, bool isVisible, double left, double top, double width, double height, AlphaColor color, bool isVertical) |
|
ITextElement | AddTextElement (string id, bool isVisible, double left, double top, double width, double height, AlphaColor color, string text) |
|
Панель с элементами управления