Show / Hide Table of Contents

Class ThemeOptions

Provides options to customize theme styles.

Inheritance
Object
ThemeOptions
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: PresentationTheme.Aero
Assembly: PresentationTheme.Aero.dll
Syntax
public static class ThemeOptions

Fields

| Improve this Doc View Source

UseExplorerStyleProperty

Identifies the UseExplorerStyle attached dependency property.

Declaration
public static readonly DependencyProperty UseExplorerStyleProperty
Field Value
Type Description
DependencyProperty

Methods

| Improve this Doc View Source

GetUseExplorerStyle(Control)

Gets a value indicating whether a Control should use the Explorer style if supported.

Declaration
public static bool GetUseExplorerStyle(Control control)
Parameters
Type Name Description
Control control

The control from which to read the property value.

Returns
Type Description
Boolean
Remarks

Supported controls are ListView and TreeView.

| Improve this Doc View Source

SetUseExplorerStyle(Control, Boolean)

Sets a value indicating whether a Control should use the Explorer style if supported.

Declaration
public static void SetUseExplorerStyle(Control control, bool value)
Parameters
Type Name Description
Control control

The control on which to set the attached property.

Boolean value

The property value to set.

Remarks

Supported controls are ListView and TreeView.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX