IUiControlSettings - Changing UI at runtime
IUiControlSettings
- interface to change some UI control settings at runtime.
Possibilities
boolean isContextMenuEnabled(ContextMenuOwner contextMenu)
- return true if SCell UI currently has corresponding context menus (business license)void setContextMenuEnabled(ContextMenuOwner contextMenu, boolean value)
- enable/disable all SCell UI corresponding context menu (business license)boolean isReadOnly()
- returntrue
if SCell UI currently is read-onlyvoid setReadOnly(boolean value)
- set SCell UI read-only at runtime (business license)void setForegroundAccentColor(IColor color)
- set accent color to the UI componentboolean isInputBarVisible()
- returntrue
if SCell UI formula input bar is visible (business license)void setInputBarVisibility(boolean value)
- show/hide the formula input bar of the SCell UI (business license)boolean isGridVisible()
- returntrue
if SCell UI currently displays grid lines (business license)void setGridVisibility(boolean value)
- show/hide grid lines (business license)boolean isVerticalScrollbarVisible()
- returntrue
if SCell UI currently show vertical scroll bar (business license)void setVerticalScrollbarVisibility(boolean value)
- show/hide vertical scroll bar (business license)boolean isHorizontalScrollbarVisible()
- returntrue
if SCell UI currently show horizontal scroll bar (business license)void setHorizontalScrollbarVisibility(boolean value)
- show/hide horizontal scroll bar (business license)