ButtonConfigHelper.SetSpriteIconByName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Searches the icon set for a texture matching newIconSpriteName. If no icon set is available, or if no texture with that name is found, no action is taken.
public:
void SetSpriteIconByName(System::String ^ newIconSpriteName);
public void SetSpriteIconByName (string newIconSpriteName);
member this.SetSpriteIconByName : string -> unit
Public Sub SetSpriteIconByName (newIconSpriteName As String)
Parameters
- newIconSpriteName
- String