int SetDockedElementsVisible(bool?, string, ElementType)
Controls the visibility of docked elements
Security
Trust Level Required: High Trust
Parameters
Name | Description |
visible |
(Optional) bool? Sets element visibile if true, hides if false. Defaults to null. |
name |
(Optional) string Matches the name of the element in the User Interface section of the Configuration tool. Defaults to null. |
visible |
(Optional) ElementType
Specifies which element types can be affected. Defaults to all types. |
Return
The total number of elements affected.
Remarks
Docked UI Elements are created in the User Interface section of the KioWare Configuration Tool. Calling this method will not affect the current settings file. Elements that are set to never show in the Configuration Tool will not be displayed by this method.
Examples
//Hide all toolbar elements
KioBrowser.SetDockedElementsVisible(0, null, DockedElementTypeMask.Toolbar);
Requirements
KioWare for Windows version 8.5 or greater.