'Declaration Protected Function CreateToggleButton( _ ByVal text As System.String, _ ByVal val As System.Boolean, _ ByVal action As System.Action(Of Boolean) _ ) As RibbonToggleButton
protected RibbonToggleButton CreateToggleButton( System.string text, System.bool val, System.Action<bool> action )
Parameters
- text
- val
- action