TableStyle.MergeWith(Style) 메서드

정의

지정된 스타일의 비공백 요소를 복사합니다. 그러나 기존 스타일 요소는 덮어쓰지 않습니다.

public:
 override void MergeWith(System::Web::UI::WebControls::Style ^ s);
public override void MergeWith (System.Web.UI.WebControls.Style s);
override this.MergeWith : System.Web.UI.WebControls.Style -> unit
Public Overrides Sub MergeWith (s As Style)

매개 변수

s
Style

복사할 스타일입니다.

적용 대상