RegionButtonSetResourceNumberNormal Method  | 
 
            Sets the resource number of the button in an idle state.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic void SetResourceNumberNormal(
	int resourceNumberNormal
)
Public Sub SetResourceNumberNormal ( 
	resourceNumberNormal As Integer
)
public:
void SetResourceNumberNormal(
	int resourceNumberNormal
)
member SetResourceNumberNormal : 
        resourceNumberNormal : int -> unit 
Parameters
- resourceNumberNormal
 - Type: SystemInt32
Resource number used when this button is idle 
See Also