'宣言 Public Property Overflow As ButtonOverflow
public ButtonOverflow Overflow {get; set;}
' Ensure that image and all text will be rendered ' regardless of possible small values of Width and Height of control Me.WebImageButton1.Overflow = Infragistics.WebUI.WebControls.ButtonOverflow.NoWordWrap ' Note: if codes above are written within aspx, then it reduces the size of hidden ViewState passed to client
// Ensure that image and all text will be rendered // regardless of possible small values of Width and Height of control this.WebImageButton1.Overflow = Infragistics.WebUI.WebControls.ButtonOverflow.NoWordWrap; // Note: if codes above are written within aspx, then it reduces the size of hidden ViewState passed to client