ContentType プロパティ (JEditorPane)

クラス

JEditorPane.

処理

[読み取り専用] このエディターが現在処理するように設定されているコンテンツ タイプ。

構文

C#
protected String ContentType { get; }
VB
'Declaration
Protected Read Property ContentType As String

アクセス

読み取り専用。

VB

Dim contentType As String = editorPane.ContentType