Class ImDropDownStyleExtensions
Inheritance
System.Object
    ImDropDownStyleExtensions
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: InitialPrefabs.NimGui
Assembly: InitialPrefabs.ImGui.dll
Syntax
public static class ImDropDownStyleExtensionsMethods
GetButtonStyle(in ImDropDownStyle)
Gets the associated ImButtonStyle.
Declaration
public static ImButtonStyle GetButtonStyle(this in ImDropDownStyle style)Parameters
| Type | Name | Description | 
|---|---|---|
| ImDropDownStyle | style | The dropdown style to reference. | 
Returns
| Type | Description | 
|---|---|
| ImButtonStyle | Returns the style of the ImButtonStyle. | 
GetTextStyle(in ImDropDownStyle)
Gets the associated ImTextStyle.
Declaration
public static ImTextStyle GetTextStyle(this in ImDropDownStyle style)Parameters
| Type | Name | Description | 
|---|---|---|
| ImDropDownStyle | style | The dropdown style to reference. | 
Returns
| Type | Description | 
|---|---|
| ImTextStyle | Returns the style of the ImTextStyle. |