バージョン

Bullets コンストラクタ(BulletType,Style)

Bullets クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal type As BulletType, _
   ByVal style As Style _
)
public Bullets( 
   BulletType type,
   Style style
)

パラメータ

type
箇条書きのタイプ。
style
箇条書きのスタイル。
参照